home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / nndt110.zip / README.TXT < prev    next >
Text File  |  1995-01-12  |  2KB  |  70 lines

  1.                           NNDT
  2.  
  3.               Neural Network Development Tool
  4.                   Evaluation version 1.1
  5.                        Bj÷rn Saxen
  6.                           1995
  7.  
  8.  
  9. The NNDT software is as a tool for neural network training. The user
  10. interface is developed with MS Visual Basic 3.0 professional edition. 
  11. DLL routines (written in C) are used for most of the mathematics. The 
  12. program can be run on a personal computer with MS Windows, version 3.1.
  13.  
  14.  
  15. Evaluation version
  16. ------------------
  17. This evaluation version of NNDT may be used free of charge for personal 
  18. and educational use. The software certainly contains limitations and bugs, 
  19. but is still a working version which has been developed for over one year. 
  20. Comments, bug reports and suggestions for improvements can be sent to:
  21.  
  22.        bjsaxen@abo.fi
  23. or
  24.     Bjorn Saxen
  25.     Heat Engineering Laboratory
  26.     Abo Akademi University
  27.     Biskopsgatan 8
  28.     SF-20500 Abo
  29.     Finland
  30.  
  31.  
  32. Remember, this program comes free but with no guarantee!
  33.  
  34. A user's guide for NNDT is delivered in PostScript format. The 
  35. document is split into three parts and compressed into a file 
  36. called MANUAL.ZIP. Due to many bitmap figures included, the total
  37. size of the uncompressed files is very large, approx 1.5M.
  38.  
  39.  
  40. Features and methods
  41. --------------------
  42.  
  43. The network algorithms implemented are of the so called supervised type. 
  44. So far, algorithms for multi-layer perceptron (MLP) networks of 
  45. feed-forward and recurrent types are included. The MLP networks are 
  46. trained with the Levenberg-Marquardt method.
  47.  
  48. The training requires a set of input signals and corresponding output 
  49. signals, stored in a file referred to as pattern file. This is the only 
  50. file the user must provide. Optionally, parameters defining the pattern 
  51. file columns, network size and network configuration may be stored in a 
  52. file referred to as setup file. 
  53.  
  54. NNDT includes a routine for graphical presentation of output signals, 
  55. node activations, residuals and weights during run. The interface also 
  56. provides facilities for examination of node activations and weights as 
  57. well as modification of weights.
  58.  
  59. A Windows help file is included, help is achieved at any time during 
  60. NNDT execution by pressing F1.
  61.  
  62.  
  63. Installation
  64. ------------
  65. Unzip NNDTxx.ZIP to a separate disk or to a temporary directory e.g. 
  66. to c:\tmp. The program is then installed by running SETUP.EXE. 
  67. See INSTALL.TXT for more details.
  68.  
  69.  
  70.